.newsInfo220608 {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
}

.newsInfo220608 * {
    box-sizing: border-box;
    font-family: "微软雅黑";
}

.newsInfo220608 img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    border: none;
    display: block;
    transition: all 1s;
}

.newsInfo220608 .left_newsInfo {
    float: left;
    width: 40%;
}

.newsInfo220608 .left_newsInfo a,
.newsInfo220608 .right_newsInfo a {
    text-decoration: none;
    display: block;
}

.newsInfo220608 .left_newsInfo a:hover .news_img img,
.newsInfo220608 .right_newsInfo a:hover .news_img img {
    transform: scale(1.1);
}

.newsInfo220608 .left_newsInfo a:hover .news_line {
    width: 100%;
}

.newsInfo220608 .right_newsInfo {
    float: left;
    width: 60%;
    padding-left: 46px;
    position: relative;
}

.newsInfo220608 .left_newsInfo .news_content {
    background: #1E88E5;
    padding: 40px 50px;
    color: #fff;
}

.newsInfo220608 .left_newsInfo .news_img {
    height: 268px;
    overflow: hidden;
}

.newsInfo220608 .left_newsInfo .news_title {
    height: 26px;
    font-size: 18px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 30px;
}

.newsInfo220608 .left_newsInfo .news_line {
    transition: width 0.3s ease-in-out;
    width: 64px;
    height: 3px;
    border-top: 2px solid #fff;
    margin: 33px 0 30px 0;
}

.newsInfo220608 .left_newsInfo .news_dec {
    font-size: 14px;
    height: 84px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 2;
}

.newsInfo220608 .right_newsInfo a {
    padding-top: 30px;
}

.newsInfo220608 .right_newsInfo .news_line {
    transition: width 0.3s ease-in-out;
    width: 64px;
    height: 3px;
    border-top: 3px solid #eeeeee;
    margin: 30px 0;
}

.newsInfo220608 .right_newsInfo .news_day {
    color: #D2D2D2;
    font-size: 48px;
}

.newsInfo220608 .right_newsInfo .year_month {
    font-size: 12px;
    color: #D2D2D2;
    margin-bottom: 40px;
}

.newsInfo220608 .right_newsInfo .news_title {
    font-size: 16px;
    color: #333;
    height: 26px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 2;
}

.newsInfo220608 .right_newsInfo .news_img {
    height: 164px;
    overflow: hidden;
    margin-bottom: 30px;
}

.newsInfo220608 .right_newsInfo .news_dec {
    height: 84px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #A1A1A1;
    line-height: 2;
}

.newsInfo220608 .right_newsInfo a:hover .news_title {
    color: #1E88E5;
}

.newsInfo220608 .right_newsInfo a:hover .news_line {
    width: 100%;
}

.newsInfo220608 .right_newsInfo .swiper-button-next,
.newsInfo220608 .right_newsInfo .swiper-button-prev {
    height: 48px;
    line-height: 48px;
    width: 48px;
    background: #1E88E5;
    top: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsInfo220608 .right_newsInfo .swiper-button-prev {
    right: 66px;
    left: auto;
}

.newsInfo220608 .right_newsInfo .swiper-button-prev svg {
    transform: rotate(180deg);
}

.newsInfo220608 .right_newsInfo .swiper-button-next {
    right: 0;
    left: auto;
}

.newsInfo220608 .right_newsInfo .swiper-button-box {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 124px;
    height: 48px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    pointer-events: all;
}